home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / knotifywidgetbase.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-09-09  |  1.8 KB  |  74 lines

  1. /****************************************************************************
  2. ** Form interface generated from reading ui file './knotifywidgetbase.ui'
  3. **
  4. ** Created: Tue Sep 9 08:06:09 2008
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. ****************************************************************************/
  8.  
  9. #ifndef KNOTIFYWIDGETBASE_H
  10. #define KNOTIFYWIDGETBASE_H
  11.  
  12. #include <qvariant.h>
  13. #include <qwidget.h>
  14.  
  15. class QVBoxLayout;
  16. class QHBoxLayout;
  17. class QGridLayout;
  18. class QSpacerItem;
  19. class KListView;
  20. class QListViewItem;
  21. class QGroupBox;
  22. class QCheckBox;
  23. class QPushButton;
  24. class KComboBox;
  25. class KURLRequester;
  26.  
  27. class KNotifyWidgetBase : public QWidget
  28. {
  29.     Q_OBJECT
  30.  
  31. public:
  32.     KNotifyWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
  33.     ~KNotifyWidgetBase();
  34.  
  35.     KListView* m_listview;
  36.     QGroupBox* m_controlsBox;
  37.     QCheckBox* m_affectAllApps;
  38.     QPushButton* m_buttonDisable;
  39.     QPushButton* m_buttonEnable;
  40.     KComboBox* m_comboEnable;
  41.     KComboBox* m_comboDisable;
  42.     QGroupBox* m_actionsBox;
  43.     QCheckBox* m_stderr;
  44.     QCheckBox* m_messageBox;
  45.     QCheckBox* m_execute;
  46.     QCheckBox* m_playSound;
  47.     QPushButton* m_playButton;
  48.     QCheckBox* m_taskbar;
  49.     QCheckBox* m_logToFile;
  50.     KURLRequester* m_executePath;
  51.     KURLRequester* m_logfilePath;
  52.     KURLRequester* m_soundPath;
  53.     QCheckBox* m_passivePopup;
  54.     QPushButton* m_extension;
  55.     QPushButton* m_playerButton;
  56.  
  57. protected:
  58.     QVBoxLayout* KNotifyWidgetBaseLayout;
  59.     QGridLayout* m_controlsBoxLayout;
  60.     QSpacerItem* Spacer3_2;
  61.     QSpacerItem* Spacer17;
  62.     QGridLayout* m_actionsBoxLayout;
  63.     QSpacerItem* Spacer3;
  64.     QHBoxLayout* Layout25;
  65.     QHBoxLayout* Layout8;
  66.     QSpacerItem* Spacer7;
  67.  
  68. protected slots:
  69.     virtual void languageChange();
  70.  
  71. };
  72.  
  73. #endif // KNOTIFYWIDGETBASE_H
  74.